Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / Range<T> Class / IsJoinableWith Method

In This Topic
    IsJoinableWith Method
    In This Topic
    Check value is join with this range
    Syntax
    'Declaration
     
    
    Public Function IsJoinableWith( _
       ByVal value As Range(Of T), _
       ByVal incrementor As Func(Of T,T) _
    ) As Boolean
    public bool IsJoinableWith( 
       Range<T> value,
       Func<T,T> incrementor
    )

    Parameters

    value
    incrementor
    See Also